CCE on JarFile find

Description

None

Environment

per https://ask.clojure.org/index.php/12732/clojure-tools-namespace-throws-casting-error-calling-jarfile

symptom

If I call find-ns-decls-in-jarfile jarfile (example below) with any jar I get the exception:

Error printing return value (ClassCastException) at clojure.tools.namespace.find/read-ns-decl-from-jarfile-entry (find.clj:158).
class java.util.jar.JarFile cannot be cast to class java.io.File (java.util.jar.JarFile and java.io.File are in module java.base of loader 'bootstrap')

Activity

Show:

Details

Assignee

Reporter

Approval

Vetted

Priority

Created March 10, 2023 at 4:35 PM
Updated March 10, 2023 at 4:36 PM